Tag
#github actions
2 posts
-
Shipping AI-Generated Code with Confidence
The question with AI is no longer whether an agent can write the code. It's whether you can ship it. Here are the automated gates that let a team merge AI-written features without breaking production: OpenAPI breaking-change detection, SpotBugs, enforced coverage, and integration tests recorded from real third-party calls.
-
How to Structure a Java Monorepo using Maven and Github
A practical guide to structuring a Java monorepo using Maven and GitHub Actions. Covers project layout, shared libraries, reusable CI/CD workflows, and how to build only what changed — without a remote artifactory.